home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / TURB_VIS / TVISION / DEMOHELP.TXT < prev    next >
Text File  |  1990-10-23  |  16KB  |  505 lines

  1. .topic NoContext=0
  2.  Turbo Vision demonstration ▄
  3.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  4. Welcome to Turbo Vision.  This is a demonstration program that allows
  5. you to view some of the capablilities of Turbo Vision.  The ≡ menu is
  6. accessed by pressing Alt-Space.  All the other menus are accessed by
  7. pressing Alt-Z, where Z is the first letter of the menu.  For example,
  8. the "File" menu is pulled down by Alt-F.
  9.  
  10. Press ESC to put this help screen away.
  11.  
  12. .topic Viewer=2
  13.  File viewer ▄
  14.   ▀▀▀▀▀▀▀▀▀▀▀▀
  15. A file viewer views the contents of a text file. You can use the
  16. arrow keys to move about in the file. A file is loaded via the
  17. {File│Open:FOpen} menu item.
  18.  
  19.   Up         Move up one line
  20.   Down       Move down one line
  21.   Right      Move right one column
  22.   Left       Move left one column
  23.   PgUp       Move one page up
  24.   PgDn       Move one page down
  25.   Home       View right most column of the file
  26.   End        View left most column of the file
  27.   Ctrl-PgUp  View top of file
  28.   Ctrl-PgDn  View bottom of file.
  29.  
  30. File viewers can be resized and moved using the {Windows} menu.
  31.  
  32. .topic Puzzle
  33.  Puzzle ▄
  34.   ▀▀▀▀▀▀▀
  35. The puzzle window is a small game.  The object is to get the characters
  36. to form the following pattern:
  37.  
  38.     A  B  C  D
  39.     E  F  G  H
  40.     I  J  K  L
  41.     M  N  O
  42.  
  43. Clicking the mouse on a tile next to the empty space moves the tile
  44. into the space.  Pressing one of the cursor keys (up, down, left, or
  45. right arrow) moves a tile into the empty space in the direction
  46. indicated by the cursor key. The move counter is updated every time
  47. a tile is moved.
  48.  
  49. .topic Calculator
  50.  Calculator ▄
  51.   ▀▀▀▀▀▀▀▀▀▀▀
  52. The calculator is a simple four-function calculator with add, subtract,
  53. multiply, and divide.  To operate the calculator you can either use the
  54. keyboard or press the buttons on the calculator with the mouse.  The 'C'
  55. key clears the calculator, the '' key will erases the last character
  56. typed, and the '±' key toggles the value from positive to negative (the
  57. keyboard equivalent of '±' is '_').
  58.  
  59. .topic Calendar
  60.  Calendar ▄
  61.   ▀▀▀▀▀▀▀▀▀
  62. The calendar displays the current month, highlighting todays date. The
  63. next and previous months can be viewed using the '+' or '-' keys
  64. respectivly.  The mouse can also be used to change the month by pressing
  65. the  or  icons.
  66.  
  67. .topic AsciiTable
  68.  ASCII Table ▄
  69.   ▀▀▀▀▀▀▀▀▀▀▀▀
  70. The ASCII table displays the entire IBM PC character set.  The current
  71. character is marked by a blinking block cursor, and the hexadecimal and
  72. decimal ASCII values of the character are displayed below the chart. A
  73. new character is selected by pressing it on the keyboard, by clicking
  74. the mouse on it in the chart, or by moving the cursor using the cursor
  75. keys.
  76.  
  77. .topic System
  78.  ≡ (System) menu ▄    (Alt-Spacebar)
  79.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  80. The System menu appears on the far left of the menu bar and is
  81. represented by the ≡ symbol.
  82.  
  83. When you pull down the ≡ menu, you see
  84.  
  85.   {About:SAbout}         {Puzzle:SPuzzle}
  86.   {Calendar:SCalendar}      {Ascii Table:SAsciiTable}
  87.   {Calculator:SCalculator}
  88.  
  89. .topic SAbout
  90.  ≡│About ▄
  91.   ▀▀▀▀▀▀▀▀
  92. When you choose the About command from the ≡ (System) menu, a
  93. dialog box appears, showing copyright and version information.
  94.  
  95. To close the box, press Esc, Space, or Enter, or click the OK
  96. button.
  97.  
  98. .topic SPuzzle
  99.  ≡│Puzzle ▄
  100.   ▀▀▀▀▀▀▀▀▀
  101. The Puzzle menu item opens a small {puzzle} game.
  102.  
  103. .topic SCalendar
  104.  ≡│Calendar ▄
  105.   ▀▀▀▀▀▀▀▀▀▀▀
  106. The Calendar menu item opens a small {calendar} which displays
  107. the current month. It also allows you to view other months.
  108.  
  109. .topic SAsciiTable
  110.  ≡│ASCII table ▄
  111.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  112. The ASCII menu items opens an {ASCII Table:AsciiTable} that
  113. displays the IBM PC character set.
  114.  
  115. .topic SCalculator
  116.  ≡│Calculator ▄
  117.   ▀▀▀▀▀▀▀▀▀▀▀▀▀
  118. When you choose Calculator, a four-function {calculator} is
  119. opened on the desktop.
  120.  
  121. .topic File
  122.  File  (Alt-F) ▄
  123.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  124. The File menu offers choices for opening files, changing
  125. directories, and exiting the program.
  126.  
  127.  {Open:FOpen}          {Change Dir:FChangeDir}    {FExit}
  128.  
  129. .topic FOpen
  130.  File│Open  (F3) ▄
  131.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  132. The Open command displays the Open a File dialog box. In this
  133. dialog box you select the text file you want browse in a
  134. {file viewer:Viewer}.
  135.  
  136. The {Open a File:FOFileOpenDBox} dialog box contains:
  137.  
  138.  ■ an {input box:FOName} with a history list
  139.  ■ a {list box:FOFiles} to browse the directory
  140.  ■ the standard {Cancel:CancelBtn} button
  141.  ■ {Open:FOOpenBtn} action button
  142.  ■ an information panel that describes the
  143.    selected file
  144.  
  145. .topic FChangeDir
  146.  File│Change Dir...▄
  147.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  148. File│Change Dir brings up the {Change Directory:FCChDirDBox}
  149. dialog box, in which you can change the current directory.
  150.  
  151. .topic FDosShell
  152.  File│DOS Shell ▄
  153.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  154. With the DOS Shell command, you can leave the program temporarily
  155. to perform a DOS command or run another program.
  156.  
  157. To return to this program, type EXIT at the DOS prompt.
  158.  
  159. .topic FExit
  160.  File│Exit ▄     (Alt-X)
  161.   ▀▀▀▀▀▀▀▀▀▀
  162. The Exit command terminates this program.
  163.  
  164. .topic Windows
  165.  Window ▄    (Alt-W)
  166.   ▀▀▀▀▀▀▀
  167. The Window menu contains commands to close, move and perform
  168. other window-management commands.
  169.  
  170. Most of the windows in this program have all the standard window
  171. elements, including scroll bars, a close box, and zoom icons.
  172.  
  173. For more about windows and their elements, refer to windows.
  174.  
  175.  
  176.  Window-management commands
  177.  ══════════════════════════
  178.  
  179.  {Size/Move:WSizeMove}        {Zoom:WZoom}
  180.  {Tile:WTile}             {Cascade:WCascade}
  181.  {Next:WNext}             {Previous:WPrevious}
  182.  {Close:WClose}
  183.  
  184. .topic WSizeMove
  185.  Window│Size/Move ▄     (Ctrl-F5)
  186.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  187. Choose this command to change the size or position of the active
  188. window.
  189.  
  190.  ▄▄▄▄▄▄
  191.   Size
  192.  ▀▀▀▀▀▀
  193. If you press Shift while you use the arrow keys, you can change
  194. the size of the active window. Once you've adjusted its size or
  195. position, press Enter.
  196.  
  197. If a window has a Resize corner, you can drag that corner to
  198. resize the window.
  199.  
  200.  ▄▄▄▄▄▄
  201.   Move
  202.  ▀▀▀▀▀▀
  203. When you choose Window│Size/Move, the active window moves in
  204. response to the arrow keys. Once you've moved the window to where
  205. you want it, press Enter.
  206.  
  207. You can also move a window by dragging its title bar with the
  208. mouse.
  209.  
  210. .topic WZoom
  211.  Window│Zoom ▄   (F5)
  212.   ▀▀▀▀▀▀▀▀▀▀▀▀
  213. Choose Zoom to resize the active window to the maximum size. If
  214. the window is already zoomed, you can choose this command to
  215. restore it to its previous size.
  216.  
  217. You can also double-click anywhere on the window's title bar
  218. (except where an icon appears) to zoom or unzoom the window.
  219.  
  220. .topic WTile
  221.  Window│Tile ▄
  222.   ▀▀▀▀▀▀▀▀▀▀▀▀
  223. Choose Window│Tile to tile all file viewers on the desktop.
  224.  
  225.  ┌────────────────────────────────────┐
  226.  │ ╔════════════1══╗┌────────────2──┐ │
  227.  │ ║               ║│               │ │
  228.  │ ║               ║│               │ │
  229.  │ ║               ║│               │ │
  230.  │ ║               ║│               │ │
  231.  │ ╚═══════════════╝└───────────────┘ │
  232.  │ ┌────────────3──┐┌────────────4──┐ │
  233.  │ │               ││               │ │
  234.  │ │               ││               │ │
  235.  │ │               ││               │ │
  236.  │ │               ││               │ │
  237.  │ └───────────────┘└───────────────┘ │
  238.  └────────────────────────────────────┘
  239.              Tiled Windows
  240.  
  241. .topic WCascade
  242.  Window│Cascade ▄
  243.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  244. Choose Window│Cascade to stack all file viewers on the desktop.
  245.  
  246.  ┌──────────────────────────1─┐
  247.  │┌─────────────────────────2─┐
  248.  ││┌────────────────────────3─┐
  249.  │││╔═══════════════════════4═╗
  250.  │││║                         ║
  251.  │││║                         ║
  252.  │││║                         ║
  253.  │││║                         ║
  254.  │││║                         ║
  255.  └└└╚═════════════════════════╝
  256.  
  257.         Cascaded Windows
  258.  
  259. .topic WNext
  260.  Window│Next ▄
  261.   ▀▀▀▀▀▀▀▀▀▀▀▀
  262. Choose Next to cycle forwards through the windows on the desktop.
  263.  
  264. .topic WPrevious
  265.  Window│Previous ▄
  266.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  267. Choose Previous to cycle backwards through the windows on the desktop.
  268.  
  269. .topic WClose
  270.  Window│Close ▄    (Alt-F3)
  271.   ▀▀▀▀▀▀▀▀▀▀▀▀▀
  272. Choose Close to close the active window.
  273.  
  274. You can also click the Close box in the upper right corner to
  275. close a window.
  276.  
  277. .topic Options
  278.  Options  (Alt-O) ▄
  279.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  280. The Options menu contains commands that let
  281. you change {color:OColors} and {mouse:OMouse} default settings.
  282.  
  283. .topic OMouse
  284.  Options│Mouse... ▄
  285.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  286. The Mouse command brings up the {Mouse Options:OMMouseDBox}
  287. dialog box, where you can set various options that control how your
  288. mouse works, including:
  289.  
  290.  ■ how fast a double-click is
  291.  ■ which mouse button (right or left) is
  292.    active
  293.  
  294. .topic OColors
  295.  Options│Colors... ▄
  296.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  297. The Colors item brings up the {Colors dialog:OCColorsDBox} box,
  298. where you can customize the colors of the display.
  299.  
  300. .topic OSaveDesktop
  301.  Options│Save Desktop ▄
  302.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  303. Saves the state of all open windows to a file call TVDEMO.DSK. This
  304. file can be reloaded by selecting {Options│Restore Desktop:ORestoreDesktop}.
  305.  
  306. .topic ORestoreDesktop
  307.  Options│Restore Desktop ▄
  308.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  309. Restore a previously-saved state of all open windows from a file
  310. call TVDEMO.DSK. This file is saved via the
  311. {Options│Save Desktop:OSaveDesktop} menu command.
  312.  
  313. .topic FOFileOpenDBox
  314.  Help on Open a File Dialog Box ▄
  315.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  316. The Open a File dialog box contains an input box, a {file list:FOFiles},
  317. a file information panel, the standard button {Cancel:CancelBtn},
  318. one other action button ({Open:FOOpenBtn}), plus a history list
  319. that's attached to the {Name inputbox:FOName}.
  320.  
  321. .topic FOName
  322.  ┌─ Name ──────────────────────────┐
  323.  │                                 │
  324.  └─────────────────────────────────┘
  325. The Name input box is where you enter the name of the file to
  326. load, or the file-name mask to use as a filter for the Files list
  327. box (for example, *.*).
  328.  
  329. .topic FOFiles
  330.  ┌ Files ──────────────────────────┐
  331.  │                                 │
  332.  │  FILENM01.PAS  │  FILENM09.PAS  │
  333.  │  FILENM02.PAS  │  FILENM10.PAS  │
  334.  │  FILENM03.PAS  │  FILENM11.PAS  │
  335.  │  FILENM04.PAS  │  FILENM12.PAS  │
  336.  │  FILENM05.PAS  │  ..            │
  337.  │  FILENM06.PAS  │  \MOREXAMP     │
  338.  │  FILENM07.PAS  │  \TOURS        │
  339.  │  FILENM08.PAS  │  \ANSWERS.DIR  │
  340.  │  ▒▒▒■▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒   │
  341.  └─────────────────────────────────┘
  342. The Files list box lists the names of files in the current
  343. directory that match the file-name mask in the Name input box,
  344. plus the parent directory and all subdirectories.
  345.  
  346.  ┌──────────────────────────────────────────┐
  347.  │ C:\TP\EXAMPLES\*.PAS                     │
  348.  │ HELLO.PAS       52  Jul 14,1990  12:00pm │
  349.  └──────────────────────────────────────────┘
  350. The File information panel shows the path name, file name, date,
  351. time, and size of the selected file.
  352.  
  353. None of the items on this information panel are selectable.
  354.  
  355. .topic FOOpenBtn
  356.  ┌──────────┐
  357.  │ [ Open ] │
  358.  └──────────┘
  359. The Open button opens a new Viewer window and places the selected
  360. file in that window.
  361.  
  362. .topic CancelBtn
  363.  ┌────────────┐
  364.  │ [ Cancel ] │
  365.  └────────────┘
  366.  
  367. If you choose Cancel, nothing changes and no action occurs, and
  368. the dialog box is put away.
  369.  
  370. (Esc always cancels a dialog box, even if a Cancel button does
  371. not appear.)
  372.  
  373. .topic OpenBtn
  374.  ┌──────────┐
  375.  │ [ Open ] │
  376.  └──────────┘
  377.  
  378. In the Open a File dialog box, if you choose the Open button
  379. TVDEMO opens a new {file viewer:Viewer} and places the selected
  380. file in that window.
  381.  
  382. .topic FCChDirDBox
  383.  Help on the Change Directory dialog box ▄
  384.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  385. The Change Directory dialog box consists of an input box, a list
  386. box, the standard OK and Help buttons, and two other buttons
  387. (Chdir and Revert).
  388.  
  389.  ┌ Directory Name ─────────────────────┐
  390.  │                                     │
  391.  └─────────────────────────────────────┘
  392. The Directory Name input box is where you type in the path of the
  393. new directory.
  394.  
  395.  ┌ Directory Tree ─────────────────────┐
  396.  │   Drives                            │
  397.  │   └─┬C:\                            │
  398.  │     └─┬TP                           │
  399.  │       └──TVISION                    │
  400.  └─────────────────────────────────────┘
  401. The Directory Tree list box enables you to navigate directories
  402. by using the selecting bar and pressing Enter.
  403.  
  404. If you're using the keyboard, press Enter to make the selected
  405. directory be the current directory, then choose OK or press Esc
  406. to exit the dialog box.
  407.  
  408.  ┌──────────┐
  409.  │ [Chdir ] │
  410.  └──────────┘
  411. The Chdir button changes the current directory once you've
  412. selected or typed in a directory name.
  413.  
  414.  ┌──────────┐
  415.  │ [Revert] │
  416.  └──────────┘
  417. The Revert button goes back to the previous directory, as long as
  418. you haven't yet exited the dialog box.
  419.  
  420. .topic OMMouseDBox
  421.  Help on the Mouse Options dialog box ▄
  422.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  423. This dialog box consists of one check box, one slider bar, and
  424. the standard buttons OK and Cancel.
  425.  
  426.  ┌──────────────────────────┐
  427.  │ Mouse Double Click       │
  428.  │ Slow     Medium     Fast │
  429.  │ ▒▒▒▒▒▒▒▒▒▒▒■▒▒▒▒▒▒▒▒▒▒ │
  430.  └──────────────────────────┘
  431. The Mouse Double Click slider bar adjusts the double-click speed of
  432. your mouse.
  433.  
  434.  ┌───────────────────────────┐
  435.  │ [X] Reverse Mouse Buttons │
  436.  └───────────────────────────┘
  437. Reverse Mouse Buttons makes the right mouse button take on the
  438. normal functions of the left--and vice versa.
  439.  
  440.  See also:
  441.  ═════════
  442.  {Options│Mouse... menu command:OMouse}
  443.  
  444. .topic OCColorsDBox
  445.  Help on the Colors dialog box ▄
  446.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  447. The Colors dialog box consists of two list boxes, a text display
  448. area, the standard OK, Cancel, and Help buttons, and one of the
  449. following:
  450.  
  451.  ■ On color and black-and-white systems, it
  452.    also contains two color palettes.
  453.  ■ On monochrome systems, it contains a set
  454.    of radio buttons instead of the palettes.
  455.  
  456. This dialog box is where you can change the colors of different
  457. parts of this program.
  458.  
  459.  ┌─ Group ─────────────┐
  460.  │   Desktop          │
  461.  │   Menus            ■│
  462.  │   Dialogs/Calc     ▒│
  463.  │   Puzzle           ▒│
  464.  │   Calendar         ▒│
  465.  │   Ascii table      ▒│
  466.  │                    │
  467.  └─────────────────────┘
  468. The Group list box contains the names of the different regions of
  469. the program that you can customize.
  470.  
  471.  ┌─ Item ──────────────┐
  472.  │   Color            │
  473.  │                    ■│
  474.  
  475. When you select a group from the Group list, the Item list box
  476. displays the names of the different views in that region.
  477.  
  478.  ┌ Foreground ┐   ┌ Background ┐
  479.  │ ░▒▓░▒▓░▒▓░ │   │ ▓░▒▓░▒▓░▒▓ │
  480.  │ ▓░▒▓░▒▓░▒▓ │   │ ░▒▓░▒▓░▒▓░ │
  481.  │ ▒▓░▒▓░▒▓░▒ │   └────────────┘
  482.  └────────────┘
  483. On color and black-and-white systems, you use the Foreground and
  484. Background palettes to modify colors.
  485.  
  486.  ┌ Colors ──────────────┐
  487.  │  (∙) Mono low        │
  488.  │  ( ) Mono high       │
  489.  │  ( ) Mono underscore │
  490.  │  ( ) Mono inverse    │
  491.  └──────────────────────┘
  492.  
  493. On monochrome systems, you use the Colors set of radio buttons
  494. systems to modify the character attributes.
  495.  
  496.  ┌────────────────┐
  497.  │ Text Text Text │
  498.  │ Text Text Text │
  499.  └────────────────┘
  500. On all systems, the display text (above the Help button) shows
  501. the current color or attribute settings.
  502.  
  503. Changes do not take effect on the desktop until you close the
  504. Colors dialog box by choosing OK.
  505.